Spread Silverlight Documentation
NotifyCollectionBase<T> Class Methods


For a list of all members of this type, see NotifyCollectionBase<T> members.

Public Methods
 NameDescription
Public MethodAddAdds the specified item.  
Public MethodAddRangeAdds the items in the specified collection to the end of the collection.  
Public MethodClearRemoves all items from this collection.  
Public MethodContainsDetermines whether the collection contains a specified item.  
Public MethodCopyToCopies all the items in the current collection to the specified array starting at the specified destination index.  
Public MethodGetEnumeratorReturns an enumerator that iterates through the collection.  
Public MethodIndexOfFinds the index for a specified item.  
Public MethodInsertInserts an item at a specified index.  
Public MethodRemoveRemoves the specified item from the collection.  
Public MethodRemoveAtRemoves the item at the specified index.  
Public MethodResumeEventResumes the collection Changed event.  
Public MethodSuspendEventSuspends the collection Changed event.  
Public MethodToArrayConverts the collection to an array.  
Top
Protected Methods
 NameDescription
Protected MethodClearInternalClears the internal.  
Protected MethodRaisePropertyChangedRaises the PropertyChanged event.  
Top
See Also

Reference

NotifyCollectionBase<T> Class
GrapeCity.Windows.SpreadSheet.Data Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.